public class Match_Vect_Vect
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
Match_Vect_Vect() |
|
Match_Vect_Vect(long n) |
protected |
Match_Vect_Vect(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
add(Match_Vect x) |
long |
capacity() |
void |
clear() |
void |
delete() |
boolean |
equals(Match_Vect_Vect o) |
protected void |
finalize() |
Match_Vect |
get(int i) |
protected static long |
getCPtr(Match_Vect_Vect obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
Match_Vect val) |
long |
size() |
protected Match_Vect_Vect(long cPtr, boolean cMemoryOwn)
public Match_Vect_Vect()
public Match_Vect_Vect(long n)
protected static long getCPtr(Match_Vect_Vect obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(Match_Vect x)
public Match_Vect get(int i)
public void set(int i, Match_Vect val)
public boolean equals(Match_Vect_Vect o)